Back to Main Menu

Objective

Assetic myConnect plugin is a generic plugin that can be used to launch any URLs.
 
This article explains how myConnect can be used to integrate with a document management system (Objective). We utilize the metadata attributes that are stored against each document in Objective.
 
Assetic myConnect plugin is then configured to trigger a search on Objective based on metadata.
 
The admin can set up an "Asset / Project Number" metadata attribute which references back to asset ID.
 
An URL can then be constructed to search the metadata based on an asset ID.
 
For example, to search all documents that have metadata, "Asset / Project Number" equals to "303": 
https://objective.exampleCC.com/docsearch?metadata="Asset / Project Number" "is exactly" "303".
 
In myConnect configuration, the asset ID should be replaced with a special parameter variable, {AssetID}. 
 
https://objective.exampleCC.com/docsearch?metadata="Asset / Project Number" "is exactly" "{AssetID}"
When the launch button or embedded map is used, {AssetID} will be replaced with the actual Asset ID at the runtime.